theme: Fix prelight on selected rows' expanders
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 3 Apr 2011 10:21:57 +0000 (12:21 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sun, 3 Apr 2011 10:32:20 +0000 (12:32 +0200)
There was no prelight effect on selected rows' expanders with the
builtin theme, noticed by Kris Rietveld.

gtk/gtkcssprovider.c

index 9557a33bf09d6f49678d2854b3a87c96936b19df..facac8a5bcc4cca8f631f0a589298d29d776a957 100644 (file)
@@ -3805,7 +3805,8 @@ gtk_css_provider_get_default (void)
         "  color: #fff;\n"
         "}\n"
         "\n"
-        ".expander:prelight {\n"
+        ".expander:prelight,\n"
+        "GtkTreeView.view.expander:selected:prelight {\n"
         "  color: @text_color;\n"
         "}\n"
         "\n"